home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5445 < prev    next >
Encoding:
Text File  |  1996-08-05  |  615 b   |  18 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!toddos
  3. From: toddos@netcom.com (Todd Osborne)
  4. Subject: Derived Class Function ?
  5. Message-ID: <toddosDM9o9r.Ezw@netcom.com>
  6. Sender: toddos@netcom10.netcom.com
  7. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  8. X-Newsreader: Forte Free Agent 1.0.82
  9. Date: Sun, 4 Feb 1996 19:49:34 GMT
  10.  
  11. Does anyone know a way to tell in a base class if a derived class
  12. overrides a virtual function without calling the function? In other
  13. words, I do not want to even call the base class implementation of a
  14. function if a derived class does NOT override it. Thanks.
  15.  
  16. Todd
  17.  
  18.